←Select platform

Exists<T> Method

Summary

Determines whether an argument of a specific type is added.

Syntax

C#
VB
C++
public bool Exists<T>() 
  
Function Exists(Of T)() As Boolean 
bool Existsgeneric<typename T> 
();  

Type Parameters

T
The type of the argument in query.

Return Value

true if an argument of the specified type exists; otherwise, it is false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly